Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
themes
/
florence
/
js
/
/home/ariannadhf/www/wp-content/themes/florence/js/solopine.js
jQuery(document).ready(function($) { "use strict"; // Search $('#top-search a').on('click', function ( e ) { e.preventDefault(); $('.show-search').slideToggle('fast'); }); // Menu $('#top-bar .menu').slicknav({ prependTo:'.menu-mobile', label:'', allowParentLinks: true }); // Bxslider $('.bxslider').bxSlider({ adaptiveHeight: true, mode: 'fade', pager: false, captions: true }); // Fitvids $(document).ready(function(){ // Target your .container, .wrapper, .post, etc. $(".container").fitVids(); }); // Scroll to top $('.to-top').click(function(){ $('html, body').animate({scrollTop : 0},800); return false; }); });